DH API 6.0.45610.3
Overview
- Release Date: Nov 14, 2024
- Previous Release Version: N/A
Breaking Changes
OrchestratorServices
- #526 Addition of new argument rule_handler_path
- Previously rule handler was fetched from the orchestrator path only. Now an argument is introduced which tells the path to the rule handler binary and files.
Utilities
DH Release Package
- #440 DH Release Package development
- Newly developed program to generate DB seeds to migrate data.
Fixes
OrchestratorServices
- #530 Added support for replacement of DHSettings variables for directly provided metadata
- Previously the DHSettings variables were replaced only for the file provided as process cofig id. Now the DHSettings variables are getting replaced even if the metadata file path is directly provided.
- #534 Updated to write into metadata file only when replacement is done
- Previously when metadata file path is provided the code was reading the file and writing back into the file even if no replacemnt of variables in the file is done. Now a flag is introduced based on which the writing of data back into the file is done only is the replacemnet of variable has occured in the file.
Program Details
# | Program | Current Version | Breakin Changes | Changes | Fixes | Deprecated Features |
---|---|---|---|---|---|---|
1 | OrchestratorServices | 6.0.2 | N/A | Addition of new argument rule_handler_path | Added support for replacement of DHSettings variables for directly provided metadata, Updated to write into metadata file only when replacement is done | N/A |
2 | DH Release Package | 6.0.0 | DH Release Package development | N/A | N/A | N/A |